chore: point @mat3ra/wode at 2026.8.29-0 - #13
Merged
Conversation
Picks up the execution-unit flavor fix (wode#167): selecting a flavor now takes the input files of the flavor being switched to, instead of carrying over the previous flavor's script.py/requirements.txt and duplicating one of them into the slot a new flavor adds. Verified: npm test passes (8/8), npm run transpile passes, npm run build:standalone passes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XLzSAxuLPHXfvX7BWUsyJB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks up mat3ra/wode#167, published as
@mat3ra/wode@2026.8.29-0.That fix makes
ExecutionUnit.setFlavortake its input files from the flavor being switched to. Previously the persistedinputrows of the previous flavor were merged into the new flavor's slots — soscript.pykept servinghello_worldcontent whichever python template was picked, and a slot the new flavor adds (utils.pyfor the mattersim templates) was filled with a second copy ofrequirements.txt.@mat3ra/wodemoves from2026.8.18-0to2026.8.29-0in devDependencies; thepeerDependenciesentry stays*.Verification
npm test— 8 passingnpm run transpile— cleannpm run build:standalone— cleanInstalled with
npm install --legacy-peer-deps, matching what CI uses; the lockfile diff is confined to the two@mat3ra/wodeentries.Part of a chain of version bumps carrying the fix through to web-app.
Generated by Claude Code